FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-TWDentalPatient.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Lorex/TWDental_IG_Build/StructureDefinition-TWDentalPatient.html |
| URL | http://dental-ig.fhir.tw/StructureDefinition/TWDentalPatient |
| Version | 0.0.1 |
| Status | active |
| Date | 2026-06-25T00:51:39+00:00 |
| Name | TWDentalPatientModel |
| Title | 牙醫-病人 (TW Dental Patient) 之資料模型 |
| Realm | tw |
| Description | 牙醫-醫事人員 (TW Dental Practitioner) 之資料模型 |
| Type | http://dental-ig.fhir.tw/StructureDefinition/TWDentalPatient |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition TWDentalPatient
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | 牙醫-病人 (TW Dental Patient) 之資料模型 | |
![]() ![]() | 1..* | Identifier | 身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等) | |
![]() ![]() | 0..1 | boolean | 此基本資料是否使用中 | |
![]() ![]() | 1..* | HumanName | 姓名 | |
![]() ![]() | 0..* | ContactPoint | 聯絡方式 | |
![]() ![]() | 1..1 | code | 性別 | |
![]() ![]() | 1..1 | date | 出生日期 | |
![]() ![]() | 0..* | Address | 地址 | |
![]() ![]() | 0..1 | CodeableConcept | 婚姻狀態 | |
![]() ![]() | 0..* | Attachment | 病人的影像 | |
![]() ![]() | 0..* | BackboneElement | 緊急聯絡人 | |
![]() ![]() ![]() | 0..* | CodeableConcept | 與緊急聯絡人的關係 | |
![]() ![]() ![]() | 0..1 | HumanName | 緊急聯絡人姓名 | |
![]() ![]() ![]() | 0..* | ContactPoint | 緊急聯絡人的聯絡方式 | |
![]() ![]() | 0..* | CodeableConcept | 溝通語言 | |
![]() ![]() | 0..1 | Organization | 此紀錄的保管機構 | |
{
"resourceType": "StructureDefinition",
"id": "TWDentalPatient",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalPatient",
"version": "0.0.1",
"name": "TWDentalPatientModel",
"title": "牙醫-病人 (TW Dental Patient) 之資料模型",
"status": "active",
"date": "2026-06-25T00:51:39+00:00",
"publisher": "金屬工業研究發展中心",
"contact": [
{
"name": "金屬工業研究發展中心",
"telecom": [
{
"system": "url",
"value": "https://www.mirdc.org.tw/"
}
]
},
{
"name": "黃怡文",
"telecom": [
{
"system": "email",
"value": "lisaiwh@mail.mirdc.org.tw",
"use": "work"
}
]
},
{
"name": "莊世任",
"telecom": [
{
"system": "email",
"value": "renjuang@mail.mirdc.org.tw",
"use": "work"
}
]
}
],
"description": "牙醫-醫事人員 (TW Dental Practitioner) 之資料模型",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "TWDentalPatient",
"uri": "https://dental-ig.fhir.tw",
"name": "TW Dental IG"
}
],
"kind": "logical",
"abstract": false,
"type": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalPatient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "TWDentalPatient",
"path": "TWDentalPatient",
"short": "牙醫-病人 (TW Dental Patient) 之資料模型",
"definition": "牙醫-醫事人員 (TW Dental Practitioner) 之資料模型",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "TWDentalPatient",
"map": "DentalPatient"
}
]
},
{
"id": "TWDentalPatient.identifier",
"path": "TWDentalPatient.identifier",
"short": "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"definition": "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)。",
"min": 1,
"max": "*",
"base": {
"path": "TWDentalPatient.identifier",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的唯一識別碼: DentalPatient.identifier"
}
]
},
{
"id": "TWDentalPatient.active",
"path": "TWDentalPatient.active",
"short": "此基本資料是否使用中",
"definition": "此基本資料是否使用中。",
"min": 0,
"max": "1",
"base": {
"path": "TWDentalPatient.active",
"min": 0,
"max": "1"
},
"type": [
{
"code": "boolean"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "此病人的基本資料是否使用中: DentalPatient.active"
}
]
},
{
"id": "TWDentalPatient.name",
"path": "TWDentalPatient.name",
"short": "姓名",
"definition": "病人的姓名。",
"min": 1,
"max": "*",
"base": {
"path": "TWDentalPatient.name",
"min": 1,
"max": "*"
},
"type": [
{
"code": "HumanName"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的姓名: DentalPatient.name"
}
]
},
{
"id": "TWDentalPatient.telecom",
"path": "TWDentalPatient.telecom",
"short": "聯絡方式",
"definition": "聯絡方式(電話、電子郵件等)。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "ContactPoint"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的聯絡方式: DentalPatient.telecom"
}
]
},
{
"id": "TWDentalPatient.gender",
"path": "TWDentalPatient.gender",
"short": "性別",
"definition": "性別。",
"min": 1,
"max": "1",
"base": {
"path": "TWDentalPatient.gender",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的性別: DentalPatient.gender"
}
]
},
{
"id": "TWDentalPatient.birthDate",
"path": "TWDentalPatient.birthDate",
"short": "出生日期",
"definition": "出生日期。",
"min": 1,
"max": "1",
"base": {
"path": "TWDentalPatient.birthDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的出生日期: DentalPatient.birthDate"
}
]
},
{
"id": "TWDentalPatient.address",
"path": "TWDentalPatient.address",
"short": "地址",
"definition": "地址(戶籍地址、現居地址等)。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.address",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Address"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的地址: DentalPatient.address"
}
]
},
{
"id": "TWDentalPatient.maritalStatus",
"path": "TWDentalPatient.maritalStatus",
"short": "婚姻狀態",
"definition": "婚姻狀態。",
"min": 0,
"max": "1",
"base": {
"path": "TWDentalPatient.maritalStatus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的婚姻狀態: DentalPatient.maritalStatus"
}
]
},
{
"id": "TWDentalPatient.photo",
"path": "TWDentalPatient.photo",
"short": "病人的影像",
"definition": "病人的影像(照片)。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.photo",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Attachment"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的影像: DentalPatient.photo"
}
]
},
{
"id": "TWDentalPatient.contact",
"path": "TWDentalPatient.contact",
"short": "緊急聯絡人",
"definition": "緊急聯絡人資訊。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.contact",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的緊急聯絡人: DentalPatient.contact"
}
]
},
{
"id": "TWDentalPatient.contact.id",
"path": "TWDentalPatient.contact.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TWDentalPatient.contact.extension",
"path": "TWDentalPatient.contact.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TWDentalPatient.contact.modifierExtension",
"path": "TWDentalPatient.contact.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TWDentalPatient.contact.relationship",
"path": "TWDentalPatient.contact.relationship",
"short": "與緊急聯絡人的關係",
"definition": "與緊急聯絡人的關係(配偶、父母、子女等)。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.contact.relationship",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "與緊急聯絡人的關係: DentalPatient.contact.relationship"
}
]
},
{
"id": "TWDentalPatient.contact.name",
"path": "TWDentalPatient.contact.name",
"short": "緊急聯絡人姓名",
"definition": "緊急聯絡人的姓名。",
"min": 0,
"max": "1",
"base": {
"path": "TWDentalPatient.contact.name",
"min": 0,
"max": "1"
},
"type": [
{
"code": "HumanName"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "緊急聯絡人姓名: DentalPatient.contact.name"
}
]
},
{
"id": "TWDentalPatient.contact.telecom",
"path": "TWDentalPatient.contact.telecom",
"short": "緊急聯絡人的聯絡方式",
"definition": "緊急聯絡人的聯絡方式(電話、電子郵件等)。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.contact.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "ContactPoint"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "緊急聯絡人的聯絡方式: DentalPatient.contact.telecom"
}
]
},
{
"id": "TWDentalPatient.communicationLanguage",
"path": "TWDentalPatient.communicationLanguage",
"short": "溝通語言",
"definition": "病人偏好使用的溝通語言。",
"min": 0,
"max": "*",
"base": {
"path": "TWDentalPatient.communicationLanguage",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的溝通語言: DentalPatient.communication.language"
}
]
},
{
"id": "TWDentalPatient.organization",
"path": "TWDentalPatient.organization",
"short": "此紀錄的保管機構",
"definition": "此紀錄的保管機構。",
"min": 0,
"max": "1",
"base": {
"path": "TWDentalPatient.organization",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Organization"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "此紀錄的保管機構: DentalPatient.managingOrganization"
}
]
}
]
},
"differential": {
"element": [
{
"id": "TWDentalPatient",
"path": "TWDentalPatient",
"short": "牙醫-病人 (TW Dental Patient) 之資料模型",
"definition": "牙醫-醫事人員 (TW Dental Practitioner) 之資料模型",
"mapping": [
{
"identity": "TWDentalPatient",
"map": "DentalPatient"
}
]
},
{
"id": "TWDentalPatient.identifier",
"path": "TWDentalPatient.identifier",
"short": "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"definition": "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)。",
"min": 1,
"max": "*",
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的唯一識別碼: DentalPatient.identifier"
}
]
},
{
"id": "TWDentalPatient.active",
"path": "TWDentalPatient.active",
"short": "此基本資料是否使用中",
"definition": "此基本資料是否使用中。",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "此病人的基本資料是否使用中: DentalPatient.active"
}
]
},
{
"id": "TWDentalPatient.name",
"path": "TWDentalPatient.name",
"short": "姓名",
"definition": "病人的姓名。",
"min": 1,
"max": "*",
"type": [
{
"code": "HumanName"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的姓名: DentalPatient.name"
}
]
},
{
"id": "TWDentalPatient.telecom",
"path": "TWDentalPatient.telecom",
"short": "聯絡方式",
"definition": "聯絡方式(電話、電子郵件等)。",
"min": 0,
"max": "*",
"type": [
{
"code": "ContactPoint"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的聯絡方式: DentalPatient.telecom"
}
]
},
{
"id": "TWDentalPatient.gender",
"path": "TWDentalPatient.gender",
"short": "性別",
"definition": "性別。",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的性別: DentalPatient.gender"
}
]
},
{
"id": "TWDentalPatient.birthDate",
"path": "TWDentalPatient.birthDate",
"short": "出生日期",
"definition": "出生日期。",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的出生日期: DentalPatient.birthDate"
}
]
},
{
"id": "TWDentalPatient.address",
"path": "TWDentalPatient.address",
"short": "地址",
"definition": "地址(戶籍地址、現居地址等)。",
"min": 0,
"max": "*",
"type": [
{
"code": "Address"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的地址: DentalPatient.address"
}
]
},
{
"id": "TWDentalPatient.maritalStatus",
"path": "TWDentalPatient.maritalStatus",
"short": "婚姻狀態",
"definition": "婚姻狀態。",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的婚姻狀態: DentalPatient.maritalStatus"
}
]
},
{
"id": "TWDentalPatient.photo",
"path": "TWDentalPatient.photo",
"short": "病人的影像",
"definition": "病人的影像(照片)。",
"min": 0,
"max": "*",
"type": [
{
"code": "Attachment"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的影像: DentalPatient.photo"
}
]
},
{
"id": "TWDentalPatient.contact",
"path": "TWDentalPatient.contact",
"short": "緊急聯絡人",
"definition": "緊急聯絡人資訊。",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的緊急聯絡人: DentalPatient.contact"
}
]
},
{
"id": "TWDentalPatient.contact.relationship",
"path": "TWDentalPatient.contact.relationship",
"short": "與緊急聯絡人的關係",
"definition": "與緊急聯絡人的關係(配偶、父母、子女等)。",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "與緊急聯絡人的關係: DentalPatient.contact.relationship"
}
]
},
{
"id": "TWDentalPatient.contact.name",
"path": "TWDentalPatient.contact.name",
"short": "緊急聯絡人姓名",
"definition": "緊急聯絡人的姓名。",
"min": 0,
"max": "1",
"type": [
{
"code": "HumanName"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "緊急聯絡人姓名: DentalPatient.contact.name"
}
]
},
{
"id": "TWDentalPatient.contact.telecom",
"path": "TWDentalPatient.contact.telecom",
"short": "緊急聯絡人的聯絡方式",
"definition": "緊急聯絡人的聯絡方式(電話、電子郵件等)。",
"min": 0,
"max": "*",
"type": [
{
"code": "ContactPoint"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "緊急聯絡人的聯絡方式: DentalPatient.contact.telecom"
}
]
},
{
"id": "TWDentalPatient.communicationLanguage",
"path": "TWDentalPatient.communicationLanguage",
"short": "溝通語言",
"definition": "病人偏好使用的溝通語言。",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "病人的溝通語言: DentalPatient.communication.language"
}
]
},
{
"id": "TWDentalPatient.organization",
"path": "TWDentalPatient.organization",
"short": "此紀錄的保管機構",
"definition": "此紀錄的保管機構。",
"min": 0,
"max": "1",
"type": [
{
"code": "Organization"
}
],
"mapping": [
{
"identity": "TWDentalPatient",
"map": "此紀錄的保管機構: DentalPatient.managingOrganization"
}
]
}
]
}
}